-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[master] Update dependencies from dotnet/arcade #277
[master] Update dependencies from dotnet/arcade #277
Conversation
…317.10 This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19167.10
Auto-Merge StatusThis pull request has not been merged because Maestro++ is waiting on the following merge policies.
|
…320.2 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19170.2
@tmat what is the correct way to fix this nuget licensing issue? |
Auto-Merge StatusThis pull request has been merged because the following merge policies have succeeded.
|
@@ -8,7 +8,12 @@ | |||
</PropertyGroup> | |||
|
|||
<Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" /> | |||
|
|||
|
|||
<PropertyGroup Condition="'$(CopyrightMicrosoft)' != ''"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Condition="'$(CopyrightMicrosoft)' != ''"
shouldn't be necessary anymore. Arcade now defines the property globally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so just this?
<PropertyGroup>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
</PropertyGroup>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, include the Copyright, just not the condition.
This pull request updates the following dependencies
Updates from https://github.com/dotnet/arcade
From https://github.com/dotnet/arcade
From https://github.com/dotnet/arcade